Leds

interface Leds : Peripheral

Leds peripheral interface.

This peripheral allows changing LEDs state.

This peripheral can be obtained from a drone using:

drone.getPeripheral(Leds.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
abstract fun state(): BooleanSetting
Gives access to the LEDs switch state setting.